home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir38 / iob1.zip / IOB.REA < prev   
Text File  |  1993-12-09  |  1KB  |  28 lines

  1. Hi.
  2.  
  3. This is the fourth in a series of Stupid Picasso Tricks.  Version 1 of iob
  4. displays randomly colored, Gouraud-shaded Imagine objects on a 24-bit 640x480
  5. Picasso II screen using a z-buffer.  The effect is quite psychedelic (a 60's
  6. term which may be loosely translated as "way cool").
  7.  
  8. iob takes one parameter, the name of an Imagine object to display.  There is
  9. no default.  Feed it an object.  :-)  If it can't find the object, the object
  10. is invalid, it can't allocate enough memory, or whatever, it will print an
  11. error message and exit.  Once the object has been drawn, and you are done
  12. looking at it, exit using a mouse click or key.
  13.  
  14. This version has no control over the viewing direction - you look at the object
  15. with +X pointing right, +Y pointing down, and +Z pointing into the screen.  It
  16. gets scaled so it fits entirely on the screen and in the z-buffer.  You have
  17. equally little control over the color selection (none).  Each corner of each
  18. triangle is quite random.  Perspective is not considered.
  19.  
  20. Thanks to Steve Worley for his ongoing support, and to Glenn Lewis for the
  21. use of his T3D library routines.
  22.  
  23. Have fun!
  24. _john
  25.  
  26. grieggs@netcom.com
  27. johng@shell.portal.com
  28.